[FFmpeg-cvslog] parser: remove forward declaration of MpegEncContext

Paul B Mahol git at videolan.org
Thu Mar 8 03:10:35 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Mar  7 07:16:37 2012 +0000| [aed9da20afee128a23b0fc6046ca74df74154c5f] | committer: Ronald S. Bultje

parser: remove forward declaration of MpegEncContext

Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aed9da20afee128a23b0fc6046ca74df74154c5f
---

 libavcodec/parser.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 024b487..1d029e3 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -37,8 +37,6 @@ typedef struct ParseContext{
     uint64_t state64;           ///< contains the last 8 bytes in MSB order
 } ParseContext;
 
-struct MpegEncContext;
-
 #define END_NOT_FOUND (-100)
 
 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);



More information about the ffmpeg-cvslog mailing list