diff options
Diffstat (limited to 'libavformat/ogg2.c')
-rw-r--r-- | libavformat/ogg2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c index f2f94aa7a3..05147f89fb 100644 --- a/libavformat/ogg2.c +++ b/libavformat/ogg2.c @@ -40,6 +40,7 @@ static ogg_codec_t *ogg_codecs[] = { &vorbis_codec, &theora_codec, + &flac_codec, NULL }; |