diff options
author | vijeth-aradhya <vijthaaa@gmail.com> | 2017-06-13 23:24:32 +0530 |
---|---|---|
committer | vijeth-aradhya <vijthaaa@gmail.com> | 2017-06-13 23:24:32 +0530 |
commit | 982fbde8e8bb6d0377e4e942a794e520774b6d72 (patch) | |
tree | ec96e975880d9a767cf78d2efd177a1dbb145bfb /mediagoblin/submit/lib.py | |
parent | d77eb56280f57e547294e29e6a1b2b4d46c15ac6 (diff) | |
download | mediagoblin-982fbde8e8bb6d0377e4e942a794e520774b6d72.tar.lz mediagoblin-982fbde8e8bb6d0377e4e942a794e520774b6d72.tar.xz mediagoblin-982fbde8e8bb6d0377e4e942a794e520774b6d72.zip |
Individual resolution transcoding fixes
Few minor changes which fix the errors. Although, the user
still cannot view the video since the front end part needs
to changed.
Fixes #3
Diffstat (limited to 'mediagoblin/submit/lib.py')
-rw-r--r-- | mediagoblin/submit/lib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/submit/lib.py b/mediagoblin/submit/lib.py index f347e715..a6d564f1 100644 --- a/mediagoblin/submit/lib.py +++ b/mediagoblin/submit/lib.py @@ -263,7 +263,6 @@ def run_process_media(entry, feed_url=None, :param reprocess_info: A dict containing all of the necessary reprocessing info for the given media_type""" - reprocess_info = reprocess_info or {} entry, manager = get_entry_and_processing_manager(entry.id) try: |