[FFmpeg-cvslog] latmenc: Fix private options

Kieran Kunhya git at videolan.org
Thu Sep 29 01:19:13 CEST 2011


ffmpeg | branch: master | Kieran Kunhya <kieran at kunhya.com> | Wed Sep 28 07:46:10 2011 -0500| [32dfd8ca65e67b18bd22f83cf967f8216818e1fe] | committer: Martin Storsjö

latmenc: Fix private options

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 libavformat/latmenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c
index 8d67b5a..707c603 100644
--- a/libavformat/latmenc.c
+++ b/libavformat/latmenc.c
@@ -27,6 +27,7 @@
 #include "avformat.h"
 
 typedef struct {
+    AVClass *av_class;
     int off;
     int channel_conf;
     int object_type;



More information about the ffmpeg-cvslog mailing list