Module: libav Branch: master Commit: 32dfd8ca65e67b18bd22f83cf967f8216818e1fe
Author: Kieran Kunhya <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Wed Sep 28 07:46:10 2011 -0500 latmenc: Fix private options Signed-off-by: Martin Storsjö <[email protected]> --- 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
