Changes between Initial Version and Version 1 of Ticket #1548, comment 8
- Timestamp:
- Jul 19, 2012, 12:00:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1548, comment 8
initial v1 8 8 exit(1); 9 9 } 10 // Doesn't seem to matter if I use AV_OPT_SEARCH_CHILDREN or something else 10 11 av_opt_set(c, "profile", "baseline", AV_OPT_SEARCH_CHILDREN); 11 12 }}}