Changeset 019dd236 in ffmpeg

Timestamp:
Nov 25, 2011, 3:19:55 PM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
f32dfad9
Parents:
be1e8725
git-author:
Mans Rullgard <mans@mansr.com> (11/25/11 14:58:50)
git-committer:
Mans Rullgard <mans@mansr.com> (11/25/11 15:19:55)
Message:

Fix av_get_channel_layout_string() for positions >31

A value shifted left by >31 needs to have a 64-bit type.
As there are no defined channels in this range, the fix
is purely theoretical at this point, although it does
avoid some invalid shifts triggering the overflow
checker.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.