Re: [libav-devel] [PATCH] parser: remove forward declaration of MpegEncContext

2012-03-07 Thread Ronald S. Bultje
Hi, 2012/3/7 Benjamin Larsson : > OK Pushed. Ronald ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] parser: remove forward declaration of MpegEncContext

2012-03-07 Thread Benjamin Larsson
OK ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] parser: remove forward declaration of MpegEncContext

2012-03-07 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- 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{