summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorNidhi Makhijani <nidhimj22@gmail.com>2014-07-20 14:51:38 +0530
committerDiego Biurrun <diego@biurrun.de>2014-07-20 05:13:01 -0700
commit9f99a5f1d078721a30a76aec27c58805b7b87e58 (patch)
treeb6c5f26750b74a5cbbd550796ee18ba7e2c7722f /libavcodec/mpegvideo.h
parent1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9 (diff)
downloadffmpeg-streaming-9f99a5f1d078721a30a76aec27c58805b7b87e58.zip
ffmpeg-streaming-9f99a5f1d078721a30a76aec27c58805b7b87e58.tar.gz
mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 7dd4228..3346509 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -542,7 +542,6 @@ typedef struct MpegEncContext {
/* RV10 specific */
int rv10_version; ///< RV10 version: 0 or 3
int rv10_first_dc_coded[3];
- int orig_width, orig_height;
/* MJPEG specific */
struct MJpegContext *mjpeg_ctx;
OpenPOWER on IntegriCloud