[mythtv-commits] Ticket #2187: libmythtv/* have too many FOURCC definitions

MythTV mythtv at cvs.mythtv.org
Thu Mar 15 23:30:53 UTC 2007


#2187: libmythtv/* have too many FOURCC definitions
--------------------+-------------------------------------------------------
 Reporter:  nigel   |        Owner:  nigel   
     Type:  task    |       Status:  assigned
 Priority:  minor   |    Milestone:  0.21    
Component:  mythtv  |      Version:  head    
 Severity:  low     |   Resolution:          
--------------------+-------------------------------------------------------
Changes (by nigel):

  * type:  defect => task


Comment:

 1) This is more of a code-review (''i.e.'' task) than a defect.
 [[BR]]
 2) I thought I would look at FFMPEG's code for direction. It also uses
 several different techniques, like;
 be2me_32(ff_get_fourcc("mjpg")), MKBETAG('m','j','p','g'),  MKTAG('m',
 'j', 'p', 'b'), mmioFOURCC('Z','L','I','B')
 3) I am still undecided if fourcc.h should have integer constants (fast to
 compile, but endian issues), or use macros (easy to read). Time to flip a
 coin?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2187#comment:6>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list