1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavutil
Martin Storsjö 299234a0a9 avoptions: Fix av_opt_flag_is_set
With the changes in 3b3ea34655db02d9cd9ea1a4122e920a7fdec602,
"Remove all uses of deprecated AVOptions API", av_opt_flag_is_set
was broken, since it now uses av_opt_find, which doesn't return
named constants unless a unit to look for the constant in is given.

This broke enabling LATM encapsulated AAC output in RTP.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-10-17 21:35:41 +03:00
..
2011-06-23 07:31:54 +01:00
2011-09-26 15:30:31 -07:00
2011-06-30 16:50:27 +01:00
2011-09-26 15:30:31 -07:00
2011-09-26 15:30:31 -07:00
2011-10-09 16:53:31 +01:00
2011-06-16 20:24:56 +02:00
2011-07-08 18:29:27 +02:00
2011-07-03 21:42:07 +01:00
2011-07-03 21:42:07 +01:00
2011-10-12 23:39:31 +02:00
2011-07-03 18:19:19 +01:00
2011-10-17 21:35:41 +03:00