BluePandaLi / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

mp4tags do not support a Media Type of Podcast #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to set a mp4 file's Media Type to "Podcast" using: "./mp4tags $file 
-i 21".
2. View the mp4 file's metadata using: "./mp4info $file".

What is the expected output? What do you see instead?
The Media Type should be listed as "Podcast"; instead, you see "UNDEFINED(255)".

What version of the product are you using? On what operating system?
mp4v2-2.0.0 on OS X-10.8.3.

Please provide any additional information below.
I have attached a fix for this issue. I added an entry to the StikType enum in 
type.h (Line 217) and type.cpp (Line 205).

Original issue reported on code.google.com by ews...@gmail.com on 24 Apr 2013 at 3:14

Attachments:

GoogleCodeExporter commented 9 years ago
Why 21?  And why not use     "  -B, -podcast     NUM  Set the podcast flag." 
instead of -i?

Original comment by kid...@gmail.com on 13 May 2013 at 3:14