1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavutil
Stefano Sabatini d96e377c39 lavu/channel_layout: change av_get_channel_layout() behavior at the next bump
The new syntax is preferred since it allows backward syntax compatibility
with libswr when switching to the new option handling code with
AV_OPT_TYPE_CHANNEL_LAYOUT.

With the new parser the string:
1234

is interpreted as a channel layout mask, rather than as a number of
channels, and thus it's compatible with the current way to set a channel
layout as an integer (e.g. for the icl and ocl options) making use of
integer option values.

ff_get_channel_layout() with compat=0 will be used in the
AV_OPT_TYPE_CHANNEL handler code.

The user is encouraged to switch to the new forward compatible syntax,
which requires to put a trailing "c" when specifying a layout as a number
of channels.
2013-10-17 18:03:09 +02:00
..
2012-10-28 14:33:41 +01:00
2012-10-28 14:33:41 +01:00
2012-12-05 20:25:32 +01:00
2013-09-21 15:36:33 +02:00
2013-07-10 12:07:53 +00:00
2013-07-10 12:07:53 +00:00
2013-04-13 23:48:26 +02:00
2013-01-24 00:49:47 +01:00
2013-06-16 12:49:39 +02:00
2013-06-15 18:49:12 -03:00
2013-06-12 01:47:42 +02:00
2012-08-09 01:44:15 +02:00
2013-06-15 02:22:39 +02:00
2013-05-15 12:10:09 +02:00
2013-05-13 21:42:37 +02:00
2013-04-15 20:31:06 +02:00
2013-09-24 14:02:10 +02:00
2013-06-15 18:54:01 -03:00
2013-06-02 11:27:19 +02:00
2012-10-28 14:33:41 +01:00
2013-06-13 14:57:00 +02:00
2013-08-01 11:29:12 +02:00