OSDN Git Service

lavf/movenc: use two explicit bytes instead of a short.
authorClément Bœsch <ubitux@gmail.com>
Wed, 8 Aug 2012 21:10:17 +0000 (23:10 +0200)
committerClément Bœsch <ubitux@gmail.com>
Wed, 8 Aug 2012 21:13:52 +0000 (23:13 +0200)
commitcb5bb521aa01afd43a6d6b5dfcebb14ab73615c6
tree1a58cce70738fd4ff61a1f5ed2b1eeb8b176f26d
parente6dd2852ca1f73d7af7f1ac495c86438308fc22e
lavf/movenc: use two explicit bytes instead of a short.

This also avoids a pointless cast.

Idea-by: Reimar Döffinger
libavformat/movenc.c