Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 14:23:16 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:19:47 +0400
commitbc5abfb19e7ff00b859120561d6ffd622c7904fe (patch)
tree543288b4b8975e1c31cfdb803b8b7c783586e5af /libavcodec/mpegvideo.h
parent9f0617d2137bb7231b181d74392cd84ef4844cd7 (diff)
mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 32ebe90322..a83241a6b2 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -599,7 +599,6 @@ typedef struct MpegEncContext {
int low_latency_sprite;
int data_partitioning; ///< data partitioning flag from header
int partitioned_frame; ///< is current frame partitioned
- int rvlc; ///< reversible vlc
int resync_marker; ///< could this stream contain resync markers
int low_delay; ///< no reordering needed / has no b-frames
int vo_type;