]> granicus.if.org Git - handbrake/commitdiff
stream: enable probing for all unrecognized stream types
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 11 Oct 2018 18:22:42 +0000 (11:22 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 6 Nov 2018 15:25:35 +0000 (07:25 -0800)
Fixes https://forum.handbrake.fr/viewtopic.php?f=5&t=38200

libhb/stream.c

index df7ddc1b620dd97f0a780700b2e35c2edb503432..543abdb8e909b1e62d0a27aa24a4e6313c7f0753 100644 (file)
@@ -34,7 +34,7 @@
  * S - Subtitle
  * P - PCR
  */
-typedef enum { N, U, A, V, P, S } kind_t;
+typedef enum { U, N, A, V, P, S } kind_t;
 typedef struct {
     kind_t kind; /* not handled / unknown / audio / video */
     int codec;          /* HB worker object id of codec */