Skip to content

Commit

Permalink
Revert "Assign new values to the encoding fixups to avoid collisions."
Browse files Browse the repository at this point in the history
This reverts commit 77f7b84.
  • Loading branch information
dekarl committed Mar 1, 2015
1 parent 77f7b84 commit 3d28f37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mythtv/libs/libmythtv/eitfixup.h
Expand Up @@ -29,7 +29,6 @@ class EITFixUp
static const int kMinMovieDuration = 75*60;

public:
/** The flags in a bit field */
enum FixUpType
{
kFixNone = 0x0000,
Expand Down Expand Up @@ -58,11 +57,12 @@ class EITFixUp
kFixAUNine = 0x400000,
kFixAUSeven = 0x800000,


// Early fixups
kEFixForceISO8859_1 = 0x1000000,
kEFixForceISO8859_2 = 0x2000000,
kEFixForceISO8859_9 = 0x3000000,
kEFixForceISO8859_15 = 0x4000000,
kEFixForceISO8859_1 = 0x2000,
kEFixForceISO8859_15 = 0x4000,
kEFixForceISO8859_9 = 0x80000,
kEFixForceISO8859_2 = 0x100000,
};

EITFixUp();
Expand Down

0 comments on commit 3d28f37

Please sign in to comment.