diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-09 09:35:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:49 -0400 |
commit | f723af16da8359cda47320001960609b0086082b (patch) | |
tree | a23702881ac585001dfe33b1c2d16637ff123343 /include/linux/videodev2.h | |
parent | 89ce2216e338f62c411bea12df37a2f54f2ce13a (diff) |
V4L/DVB (8649): v4l2: add AAC bitrate control
If you can select AAC as audio encoder, then you should also be
able to set the bitrate. Add this missing control.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 9054764f4cde..d4b03034ee73 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -990,7 +990,8 @@ enum v4l2_mpeg_audio_crc { | |||
990 | V4L2_MPEG_AUDIO_CRC_CRC16 = 1, | 990 | V4L2_MPEG_AUDIO_CRC_CRC16 = 1, |
991 | }; | 991 | }; |
992 | #define V4L2_CID_MPEG_AUDIO_MUTE (V4L2_CID_MPEG_BASE+109) | 992 | #define V4L2_CID_MPEG_AUDIO_MUTE (V4L2_CID_MPEG_BASE+109) |
993 | #define V4L2_CID_MPEG_AUDIO_AC3_BITRATE (V4L2_CID_MPEG_BASE+110) | 993 | #define V4L2_CID_MPEG_AUDIO_AAC_BITRATE (V4L2_CID_MPEG_BASE+110) |
994 | #define V4L2_CID_MPEG_AUDIO_AC3_BITRATE (V4L2_CID_MPEG_BASE+111) | ||
994 | enum v4l2_mpeg_audio_ac3_bitrate { | 995 | enum v4l2_mpeg_audio_ac3_bitrate { |
995 | V4L2_MPEG_AUDIO_AC3_BITRATE_32K = 0, | 996 | V4L2_MPEG_AUDIO_AC3_BITRATE_32K = 0, |
996 | V4L2_MPEG_AUDIO_AC3_BITRATE_40K = 1, | 997 | V4L2_MPEG_AUDIO_AC3_BITRATE_40K = 1, |