OSDN Git Service

Switch buf->key to buf->frametype which is a bitmask telling us what type of frame...
authorsaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 17 Jun 2007 00:51:17 +0000 (00:51 +0000)
committersaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 17 Jun 2007 00:51:17 +0000 (00:51 +0000)
commit07c9540d90e25b4ff9eece12cbe45e0fc6848516
tree4b2b833a8e06dc16cf38c01182254d43612d8617
parent755eea993308090140ae06327fd695190d5bc492
Switch buf->key to buf->frametype which is a bitmask telling us what type of frame we are dealing with.
This doesn't change any functionality, but I need to be able to distinguish between x264 IDR and I frames for the upcoming matroska muxer.
This also has the side effect of making the code a little easier to read and maintain.

git-svn-id: svn://localhost/HandBrake/trunk@623 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/encavcodec.c
libhb/encfaac.c
libhb/enclame.c
libhb/encvorbis.c
libhb/encx264.c
libhb/encxvid.c
libhb/internal.h
libhb/muxavi.c
libhb/muxmp4.c
libhb/muxogm.c
libhb/sync.c