Remove swaroop variant.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index 8a26f56260bb3571b51a7acbb8a7e76dc02ccf8e..bfd7e77227bbad5d73d93e523fbcb02c558a279d 100644 (file)
@@ -192,13 +192,6 @@ DCPOMATIC_ENABLE_WARNINGS
                _pulldown = true;
                LOG_GENERAL_NC("Suggest that this may be 2:3 pull-down (soft telecine)");
        }
-
-#ifdef DCPOMATIC_VARIANT_SWAROOP
-       AVDictionaryEntry* e = av_dict_get (_format_context->metadata, SWAROOP_ID_TAG, 0, 0);
-       if (e) {
-               _id = e->value;
-       }
-#endif
 }